home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Carousel Volume 2 #1
/
carousel.iso
/
mactosh
/
hc
/
pcalc07.sit
/
pCalc V0.7
/
background_2793.txt
< prev
next >
Wrap
Text File
|
1988-11-14
|
890b
|
28 lines
-- background: 2793 from stack: in.7
-- bmap block id: 7666
-- flags: 0000
-- background id: 0
-- name:
----- HyperTalk script -----
on mouseUp
global reg5
set lockScreen to true
if card field "operator" ="T" then
play boing
pass mouseUp
end if
if first character of card field "display" = "0" then put empty into card field "display"
if card field "operator" <> empty then
put return & card field 1 && card field "operator" after last line of card field "tape"
if card field "operator" = "T" then put empty into card field "operator"
put reg5 & card field 1 & card field "operator" into reg5
put empty into card field "display"
put empty into card field "operator"
end if
if short name of target = "." and card field 1 contains "." then
play boing
pass mouseUp
end if
put short name of target after card field "display"
end mouseUp